Lists

List menuList menu with option key pressed

All kinds of lists.

Make list

Makes list item , <LI>, of the text in a selection. If your, for example, have a list

you can make HTML list items of them. First select the lines with the items, before you choose "Make list" from the menu. You are then asked about a string with which all list items must begin, is this case *.

You cannot transform a list where the items begins with 1), 2) etc. All items must begin with the same string. The result in this case will be

The element for the list itself is not inserted. The idea is that you should be able to put new items into an existing list in this way. To insert the list element, select all items and make a list with zero items.

Bulleted<UL> list.
UL no attr (option)<UL> without attributes.
New bulleted item<LI> with attributes corresponding to an <UL> list.
Ordered<OL> list.
OL no attr (option)<OL> without attributes.
New ordered item<LI> with attributes corresponding to an <OL> list.
Directory<DIR> list.
Menu<MENU> list.
New list item<LI> without attributes.
Discursive<DL> list.
New discursive entry<DT> and <DD>

When you make a list you are first asked how many items you want, and in some cases if you want to be asked about attributes for each list item. You are then asked about attributes for the list element, and finally, if you have said so, about attributes for each list item.